String.Replace Method (System) - MSDN - Microsoft Returns a new string in which all occurrences of a specified Unicode character or String in the current string are replaced with another specified Unicode ...
Replace 函式(Visual Basic) - MSDN - Microsoft Public Function Replace( ByVal Expression As String, ByVal Find As String, ByVal Replacement As String, Optional ByVal Start As Integer = 1, Optional ByVal ...
String.Replace Method - MSDN - Microsoft Replaces all occurrences of a specified Unicode character or String in this instance, with another specified Unicode character or String.